home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM Examples / TestTools / Sources / FSetTest2.exp < prev    next >
Encoding:
Text File  |  1996-11-19  |  320 b   |  25 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        FSetTest2.exp
  3.  
  4.     Contains:    Export file for FSetTest2
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10.  
  11. #include "FSetTest.h"
  12.  
  13. Library
  14. {
  15.     id = kFSetTest2ID;
  16.     version = 1.0…1.2;
  17.     memory = client;
  18. };
  19.  
  20. FunctionSet FSetTest2
  21. {
  22.     parentID= kFSetParentID;
  23.     exports = extern MathFunction;
  24. };
  25.